﻿# Commit a Seppuku in a siege

shogunate_commit_seppuku_chance = {
	value = 5

	if = {
		limit = { has_trait = brave }
		add = 15
	}
	if = {
		limit = { has_trait = stubborn }
		add = 10
	}
	if = {
		limit = { has_trait = impatient }
		add = 10
	}
	if = {
		limit = { has_trait = just }
		add = 5
	}
	if = {
		limit = { has_trait = zealous }
		add = 5
	}
	if = {
		limit = { has_trait = craven }
		subtract = 15
	}
	if = {
		limit = { has_trait = lazy }
		subtract = 15
	}
	if = {
		limit = { has_trait = ambitious }
		subtract = 10
	}
	if = {
		limit = { has_trait = vengeful }
		subtract = 10
	}
	if = {
		limit = { has_trait = patient }
		subtract = 10
	}
	if = {
		limit = { has_trait = arbitrary }
		subtract = 5
	}
	if = {
		limit = { has_trait = cynical }
		subtract = 5
	}
	if = {
		limit = { is_female = yes }
		subtract = 25
	}

}
